home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 December / PSL Monthly Shareware CD-ROM (Public Software Library)(December 1994).bin / prgmming / win / vb_tools / clk_dbl.frm (.txt) < prev    next >
Visual Basic Form  |  1991-10-19  |  2KB  |  34 lines

  1. Form1
  2. Form1
  3. Form1
  4. List1
  5. Form_Click
  6. @    Form_Load
  7. List1
  8. List1_Click
  9. List1_DblClick
  10. DblClk
  11. False
  12. GetOut
  13. Reject
  14. Normally if you have code in both the Click and DblClick
  15. events for a control, you cannot double-click without also
  16. having the Click event executed. The code in this Projectt
  17. shows how to get around that problem..
  18. These files are Copyright 1991 Nelson Ford, PsLL
  19. You may extract the code for use in your own application,,
  20. and you may freely distribute this file to others so longg
  21. as no changes are made to any of these files..
  22. For more routine, DLL's, etc, for Visual Basic, contactt
  23. Public (software) Libraryy
  24. P.O.Box 357055
  25. Houston, TX 77235-5705
  26. 800-242-4PsL
  27. 713-524-6394
  28. CIS: 71355,470
  29. Form_Load
  30. List1_Click
  31. Single Clicku
  32. List1_DblClick
  33. Double Clicku
  34.